@charset "gb2312";
/* CSS Document */

.mobile-footer{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #fb6a55; margin:1.5em 0 2em;}
.mobile-footer p{ margin:0 0.3em 0.3em; font-size:12px;}
.mobile-footer p a{ margin-right:5px;}

.mobile-footer-zx{ display:none;width:100%; height:40px; line-height:40px; background:#e8533d; position:fixed; z-index:99999; bottom:0px;}
.mobile-footer-zx ul li{ float:left; width:33%; height:40px; border-right:1px #fb6a55 solid;margin:0 !important; background:#e8533d; text-align:center; display:block; overflow:hidden;}
.mobile-footer-zx ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #e8533d solid; text-align:center; }
.mobile-footer-zx ul li a span { font-size:14px; font-weight:600;}

/*footer end*/

.scrotop{
    width: 30px;
    height: 30px;
    line-height: 15px;
    padding:9px;
    background-color:#e8533d ;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom:50px;
    right:3%;
    display: none;
}
@media only screen and (max-width:767px){
    #qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner,#newBridge{
        display:none !important;
    }
    #QIAO_INVITE_CONTAINER{
        width:0 !important;
        height:0 !important;
    }
    .mobile-footer,.mobile-footer-zx{
        display:block;
    }
}